home *** CD-ROM | disk | FTP | other *** search
/ Leer Poker Spelen / Unibet.iso / content / button.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-19  |  226 b   |  11 lines

  1. on(release){
  2.    loadMovieNum("blank.swf",1,"GET");
  3.    loadMovieNum("blank.swf",2,"GET");
  4.    loadMovieNum("blank.swf",3,"GET");
  5.    loadMovieNum("blank.swf",4,"GET");
  6.    with(_level0)
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.